From 2ea4574caf752a8e04eee591580a0f4ca0992021 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 21 Dec 2020 22:45:48 -0500 Subject: [PATCH] emojichooser: Allow the section buttons to wrap Use a flowbox instead of a horizontal box for the section buttons at the bottom, so they can wrap and allow for narrow layout. We also need to stop giving the scrolledwindow a content height, so it can shrink to make room for more rows of section buttons. --- gtk/ui/gtkemojichooser.ui | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gtk/ui/gtkemojichooser.ui b/gtk/ui/gtkemojichooser.ui index 823fd026d5..9fd383f8fe 100644 --- a/gtk/ui/gtkemojichooser.ui +++ b/gtk/ui/gtkemojichooser.ui @@ -1,6 +1,7 @@